Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-84] Toast not closing #2657

Merged
merged 1 commit into from
Jan 9, 2025
Merged

[ENG-84] Toast not closing #2657

merged 1 commit into from
Jan 9, 2025

Conversation

Da-Colon
Copy link
Contributor

@Da-Colon Da-Colon commented Jan 8, 2025

Description

Looks like this was set to infinity, removed that.

Closes ENG-84

Testing

As this particular toast is part of a failure workflow, might take a few tries to reproduce. I have this happen more often when creating Token DAOs, so I'd recommend that, if you are itching to test, otherwise, pretty straight forward fix.

Screenshots

No Screenshots

Copy link

linear bot commented Jan 8, 2025

Copy link

netlify bot commented Jan 8, 2025

Deploy Preview for decent-interface-dev ready!

Name Link
🔨 Latest commit 9d9c804
🔍 Latest deploy log https://app.netlify.com/sites/decent-interface-dev/deploys/677e1522b8e17a00081f1bfe
😎 Deploy Preview https://deploy-preview-2657.app.dev.decentdao.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Da-Colon Da-Colon self-assigned this Jan 8, 2025
@@ -37,9 +37,7 @@ export function SafeCreatePage() {
if (daoFound) {
navigate(DAO_ROUTES.dao.relative(addressPrefix, safeAddress));
} else {
toast.loading(t('failedIndexSafe'), {
duration: Infinity,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this thingy was intentional previously :)
But I know from user feedback that it's rather confusing.

@mudrila mudrila merged commit c8a30dd into develop Jan 9, 2025
7 checks passed
@mudrila mudrila deleted the eng/84-toast-not-closing branch January 9, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants